home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFIMPORTNG / TFIMPORTNG.txt
Encoding:
Text File  |  2005-02-07  |  3.9 KB  |  177 lines

  1. object fImportNG: TfImportNG
  2.   Left = 354
  3.   Top = 173
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Import newsserver'
  7.   ClientHeight = 378
  8.   ClientWidth = 610
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 309
  23.     Width = 610
  24.     Height = 69
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       610
  30.       69)
  31.     object Label1: TTntLabel
  32.       Left = 0
  33.       Top = 43
  34.       Width = 610
  35.       Height = 26
  36.       Align = alBottom
  37.       Alignment = taCenter
  38.       AutoSize = False
  39.       Caption = 
  40.         'Only servers not already available in Dialog are listed here. Pa' +
  41.         'sswords are not imported.'#13#10'For XNews or secondary Agent installa' +
  42.         'tions, please use the "Import more" button.'
  43.     end
  44.     object BtnCheckAll: TMMTNTBItBtn
  45.       Tag = 1
  46.       Left = 144
  47.       Top = 6
  48.       Width = 121
  49.       Height = 25
  50.       Caption = 'Check all'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clBtnText
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       TabOrder = 1
  58.       OnClick = BtnCheckAllClick
  59.     end
  60.     object BtnUnCheckAll: TMMTNTBItBtn
  61.       Left = 276
  62.       Top = 6
  63.       Width = 121
  64.       Height = 25
  65.       Caption = 'Uncheck all'
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBtnText
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.       TabOrder = 2
  73.       OnClick = BtnCheckAllClick
  74.     end
  75.     object BtnOk: TMMTNTBItBtn
  76.       Left = 447
  77.       Top = 6
  78.       Width = 75
  79.       Height = 25
  80.       Anchors = [akTop, akRight]
  81.       Caption = '&OK'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBtnText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       TabOrder = 3
  89.       OnClick = BtnOkClick
  90.     end
  91.     object BtnCancel: TMMTNTBItBtn
  92.       Left = 531
  93.       Top = 6
  94.       Width = 75
  95.       Height = 25
  96.       Anchors = [akTop, akRight]
  97.       Cancel = True
  98.       Caption = '&Cancel'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clBtnText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ModalResult = 2
  105.       ParentFont = False
  106.       TabOrder = 4
  107.     end
  108.     object BtnImport: TMMTNTBItBtn
  109.       Tag = 1
  110.       Left = 6
  111.       Top = 6
  112.       Width = 125
  113.       Height = 25
  114.       Caption = 'Import more'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clBtnText
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ParentFont = False
  121.       TabOrder = 0
  122.       OnClick = BtnImportClick
  123.     end
  124.   end
  125.   object ServerLV: TTntListView
  126.     Left = 0
  127.     Top = 0
  128.     Width = 610
  129.     Height = 309
  130.     Align = alClient
  131.     Checkboxes = True
  132.     Columns = <
  133.       item
  134.         AutoSize = True
  135.         Caption = 'Name'
  136.       end
  137.       item
  138.         AutoSize = True
  139.         Caption = 'Host'
  140.       end
  141.       item
  142.         Caption = 'Port'
  143.       end
  144.       item
  145.         AutoSize = True
  146.         Caption = 'Username'
  147.       end
  148.       item
  149.         AutoSize = True
  150.         Caption = 'Source'
  151.       end>
  152.     HideSelection = False
  153.     ReadOnly = True
  154.     RowSelect = True
  155.     TabOrder = 1
  156.     ViewStyle = vsReport
  157.   end
  158.   object PopupMenu1: TTBXPopupMenu
  159.     Left = 296
  160.     Top = 188
  161.     object Scanagain1: TTBXItem
  162.       Caption = 'Scan again'
  163.       OnClick = Scanagain1Click
  164.     end
  165.     object N2: TTBXSeparatorItem
  166.     end
  167.     object ImportfromXAgent: TTBXItem
  168.       Caption = 'Import from Agent...'
  169.       OnClick = ImportfromXAgentClick
  170.     end
  171.     object ImportfromXNews1: TTBXItem
  172.       Caption = 'Import from XNews...'
  173.       OnClick = ImportfromXNews1Click
  174.     end
  175.   end
  176. end
  177.